home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / quit.dir / 00001_StartMovie.ls next >
Encoding:
Text File  |  1996-04-18  |  223 b   |  11 lines

  1. on startMovie
  2.   global gASKPrompt
  3.   set the exitLock to 1
  4.   set the modal of window "quit" to 1
  5.   set the windowType of window "quit" to 1
  6.   set the visible of window "quit" to 1
  7.   tell the stage
  8.     pause()
  9.   end tell
  10. end
  11.